home *** CD-ROM | disk | FTP | other *** search
- on mouseUp
- if the castNum of sprite 28 = the memberNum of member "play" then
- set the castNum of sprite 28 to the memberNum of member "stop"
- set the movieRate of sprite 45 to 1
- set the volume of sprite 45 to 255
- else
- set the castNum of sprite 28 to the memberNum of member "play"
- set the movieRate of sprite 45 to 0
- set the movieTime of sprite 45 to 0
- end if
- end
-